
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--NG-Background-primary: #131525;
--NG-ImageLoading: #172138;
--NG-Backgrund-secondary: #1F2E52;
--NG-Text-secondary-light: #6D7E96;
--NG-Text-secondary-light_hover: #E1EEF2;
--NG-WhiteMain: #E1EEF2;
--NG-Accent: #00E59D;
--NG-Accent_hover: #07A170;
--NG-Accent_disabled: #00d6924d;
--NG-Attention: #F84242;
--NG-Black: #0D0F18;
--NG-Secondary: #0095EC;
--NG-Seperator: #6D7E964D;
--NG-ClubAdmin: #DA0A7A;
--NG-Affiliate: #720ADA;
--NG-Superadmin: #F84242;
--NG-Ticket-pill: #FC7EFF;
--NG-Table-pill: #7E93FF;
--table-font-color: var(--NG-WhiteMain, #E1EEF2);
--table-bg-color: var(--NG-ImageLoading, #172138);
--table-header-bg-color: var(--NG-Background-primary, #131525);
--table-bg-second-color: var(--NG-Backgrund-secondary, #1F2E52);
--table-bg-second-color-hover: var(--NG-Backgrund-secondary, #1F2E52);
--table-accent-color: var(--NG-Affiliate, #720ADA);
--html-block-font-color: var(--NG-WhiteMain, #E1EEF2);
--quill-font-color: var(--NG-WhiteMain, #E1EEF2);
--quill-bg-color: var(--NG-Background-primary, #131525);
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .ARiIU {
      width:100%;
      height:100%;
      align-items:center;
      flex-direction:row;
      justify-content:start;
      background-color:var(--NG-Background-primary, #131525);
    }

    .bhuQXX {
      flex:1;
      width:100%;
      height:100%;
      overflow-y:scroll;
      align-items:center;
      padding-top:30px;
      padding-left:100px;
      padding-right:100px;
      padding-bottom:30px;
      justify-content:space-between;
      background-color:var(--NG-Background-primary, #131525);
    }

    @media (max-width: 768px) {

    .bhuQXX {
      padding-left:15px;
      padding-right:15px;
    }
    }

    .ckdnUw {
      color:var(--color-text-primary, #E5E5E5);
      font-size:1.5rem;
      font-weight:var(--font-weight-bold);
      padding-left:10px;
      padding-right:10px;
    }

    .cEoYvP {
      gap:16px;
      width:100%;
      height:fit-content;
      overflow-x:scroll;
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      flex-direction:row;
      padding-bottom:2px;
    }

    .cuWXhx {
      gap:20px;
      flex:1;
      width:100%;
      overflow-y:scroll;
    }

    .UZwEr {
      flex:1;
      width:100%;
      height:100%;
    }

    .fAmKjQ {
      gap:10px;
      width:100%;
      align-items:center;
      padding-top:10px;
      padding-left:10px;
      border-radius:10px;
      padding-right:10px;
      padding-bottom:10px;
      justify-content:start;
      background-color:var(--table-bg-color, #01234bff);
    }

    .bDRPKy {
      color:var(--NG-MainText, #E1EEF2);
      width:fit-content;
      display:table-row-group;;
      min-width:100%;
      vertical-align:middle;;
    }

    .MViRe {
      color:var(--table-font-color, #ffffff);
      width:100%;
      cursor:pointer;
      z-index:1;
      font-size:0.75rem;
      padding-top:8px;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      padding-bottom:8px;
      background-color:var(--table-bg-second-color, #033777ff);
    }

    .MViRe:hover {
      background-color:var(--table-bg-second-color-hover, #0653b2ff);
    }

    .dUaXnm {
      gap:20px;
      color:var(--table-font-color, #ffffff);
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .cgoJIX {
      flex:1;
      color:var(--table-font-color);
      align-items:center;
      padding-left:5px;
      border-radius:10px;
      padding-right:5px;
      flex-direction:row;
      justify-content:start;
      background-color:var(--table-bg-second-color, #033777ff);
    }

    .bXDqrG {
      gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .eyVPLS {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .cPxmrF {
      color:var(--grey-200);
      width:16px;
      height:16px;
      font-size:0.75rem;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      background-color:var(--grey-800);
    }

    .cPxmrF:focus {
      outline-color:var(--blue-600);
      outline-style:solid;
      outline-width:1px;
    }

    .wEYcC {
      width:100%;
      height:var(--line_height);
      display:table-row;
      z-index:;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      justify-content:start;
      background-color:var(--table-bg-color, #01234bff);
      border-top-color:var(--table-bg-color, #01234bff);
      border-top-style:solid;
      border-top-width:1px;
      border-bottom-color:var(--table-bg-color, #01234bff);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .wEYcC:hover {
      outline-color:var(--table-accent-color, #3afa0fff);
      outline-style:solid;
      outline-width:1px;
    }

    .ekEavj {
      gap:10px;
      align-items:start;
      flex-direction:row;
      justify-content:center;
    }

    .bwwCeM {
      color:var(--table-font-color, #ffffff);
      font-size:var(--font-size-sm);
      font-family:inherit;
      font-weight:600;
    }

    .sNmLd {
      padding:0px 10px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .TbnRY {
      gap:10px;
      color:var(--table-font-color, #ffffff);
      cursor:pointer;
      display:flex;
      outline:none;
      padding:var(--spacing-unit, 8px);
      font-size:var(--font-size-xs, 0.75rem);
      align-items:center;
      border-radius:10px;
      flex-direction:row;
      justify-content:center;
      background-color:var(--table-bg-second-color, #033777ff);
    }

    .TbnRY:hover {
      background-color:var(--table-bg-second-color-hover, #0653b2ff);
    }

    .TbnRY:focus-visible {
      outline-color:var(--color-text-primary, #E5E5E5);
      outline-style:solid;
      outline-width:1px;
    }

    .dRVZsW {
      color:var(--table-font-color, #ffffff);
      width:100%;
      height:30px;
      font-size:var(--font-size-xs, 0.75rem);
      padding-top:6px;
      padding-left:6px;
      border-radius:3px;
      padding-right:6px;
      padding-bottom:6px;
    }

    .dRVZsW:focus {
      outline-color:var(--table-accent-color, #3afa0fff);
      outline-style:solid;
      outline-width:1px;
    }

    .dRVZsW:hover {
      outline-color:var(--table-accent-color, #3afa0fff);
      outline-style:solid;
      outline-width:2px;
      background-color:var(--table-bg-second-color-hover, #0653b2ff);
    }

    .dRVZsW::placeholder {
      color:var(--table-font-color, #ffffff);
    }

    .mmKDo {
      gap:50px;
      flex:1;
      width:100%;
      margin-top:10px;
      align-items:center;
      border-radius:10px;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 670px) {

    .mmKDo {
      gap:10px;
      align-items:center;
      flex-direction:column;
      justify-content:start;
    }
    }

    .evfjjh {
      gap:10px;
      width:100%;
      align-items:start;
      flex-direction:column;
      justify-content:center;
    }

    .PeNIH {
      stroke:var(--table-font-color, #ffffff);
    }

    .crmANd {
      left:-34px;
      z-index:10;
    }

    .fftJED {
      gap:20px;
      top:50px;
      right:10px;
      z-index:30;
      position:absolute;
      max-width:400px;
      min-width:100%;
      box-shadow:0px 0px 8px 0px var(--table-accent-color, #3afa0fff);
      max-height:550px;
      min-height:50px;
      overflow-y:scroll;
      padding-top:10px;
      padding-left:10px;
      border-radius:10px;
      padding-right:10px;
      padding-bottom:10px;
      background-color:var(--table-header-bg-color, #00152dff);
    }

    .EqIqp {
      gap:var(--spacing-unit, 8px);
    }

    .emULwv {
      gap:10px;
      color:var(--table-font-color, #ffffff);
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .dYpekL {
      color:inherit;
      cursor:pointer;
      font-size:1.125rem;
      font-weight:var(--font-weight-bold);
    }

    .fjWPbx {
      cursor:pointer;
      height:var(--line_hight);
      display:table-cell;;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:center;
      background-color:var(--table-header-bg-color, #00152dff);
    }

    .fjWPbx.sticky {
      left:0px;
      z-index:10;
      position:sticky;
    }

    .fjWPbx.first {
      border-radius:10px 0 0 10px;;
    }

    .fjWPbx.last {
      border-radius:0 10px 10px 0;;
    }

    .dQCKrq {
      width:100%;
      height:var(--wrapper-height);
      overflow-x:scroll;
    }

    .emTfZj {
      color:var(--table-font-color, #ffffff);
      font-size:1.125rem;
      font-weight:var(--font-weight-semi-bold);
    }

    .ezHbWL {
      color:inherit;
      font-size:1.125rem;
      font-weight:var(--font-weight-semi-bold);
    }

    .iryZg {
      color:#E5E5E5;
      width:100%;
      height:40%;
      font-size:0.75rem;
      border-radius:6px;
      background-color:#262626;
    }

    .fthRMe {
      gap:30px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 400px) {

    .fthRMe {
      gap:10px;
      align-items:start;
      flex-direction:column;
      justify-content:center;
    }
    }

    .dqnNRS {
      gap:10px;
      flex:1;
      width:100%;
      max-height:40px;
      min-height:40px;
      border-radius:10px;
      flex-direction:row;
    }

    .etdIXt {
      width:100%;
      display:table;;
      table-layout:auto;;
      border-radius:0 10px 10px 0;;
      border-spacing:0px 1px;
      border-collapse:separate;;
    }

    .diKMIq {
      display:table-cell;
      text-align:center;
      padding-left:10px;
      padding-right:10px;
      background-color:var(--table-bg-color, #01234bff);
    }

    .diKMIq.sticky {
      left:0px;
      z-index:10;
      position:sticky;
    }

    .dWVnOQ {
      gap:50px;
      width:100%;
      align-items:center;
      border-radius:10px;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 670px) {

    .dWVnOQ {
      gap:20px;
      align-items:center;
      flex-direction:column;
      justify-content:start;
    }
    }

    .exVuSL {
      color:var(--NG-MainText, #E1EEF2);
      font-size:var(--font-size-sm);
      font-family:inherit;
      font-weight:600;
    }

    @media (max-width: 670px) {

    .exVuSL {
      display:none;;
    }
    }

    .eEwPMV {
      color:var(--table-font-color, #ffffff);
      width:100%;
      height:var(--body-height);
      align-items:center;
      justify-content:center;
    }

    .dsmwZq {
      color:inherit;
      font-size:1.125rem;
      font-weight:var(--font-weight-bold);
    }

    .ekPIWl {
      display:table-row;
    }

    .dJMCAA {
      top:0px;
      display:table-header-group;;
      z-index:20;
      position:sticky;
      min-width:100%;
      flex-direction:column;
      background-color:var(--NG-Background-primary, #131525);
    }

    .ApLEJ {
      width:100%;
      height:100%;
      align-items:center;
      justify-content:center;
    }

    .dUFPMJ {
      gap:5px;
      color:var(--table-font-color, #ffffff);
      padding:var(--spacing-unit, 8px);
      align-items:start;
      border-radius:var(--border-radius-md, 6px);
      flex-direction:column;
      justify-content:center;
      background-color:var(--table-bg-second-color, #033777ff);
    }

    @media (max-width: 400px) {

    .dUFPMJ {
      gap:20px;
      flex-direction:column;
    }
    }

    .ebjAyu {
      gap:10px;
      flex-direction:row;
    }

    .cIIZVr {
      color:var(--table-font-color, #ffffff);
      width:6rem;
      cursor:pointer;
      display:flex;
      outline:none;
      padding:var(--spacing-unit, 8px);
      font-size:var(--font-size-xs, 0.75rem);
      align-items:center;
      border-radius:var(--border-radius-md, 6px);
      outline-color:#ffffff;
      outline-style:solid;
      outline-width:1px;
      background-color:var(--table-bg-color, #01234bff);
    }

    .cIIZVr:hover {
      color:var(--table-font-color, #ffffff);
      background-color:var(--table-bg-second-color-hover, #0653b2ff);
    }

    .cIIZVr:focus-visible {
      outline-color:var(--color-text-primary, #E5E5E5);
      outline-style:solid;
      outline-width:1px;
    }

    .eyAmaz {
      width:100%;
      height:100%;
    }

    .bfUqsA {
      gap:50px;
      flex:1;
      width:100%;
      height:fit-content;
      align-items:start;
      flex-direction:column;
      justify-content:start;
    }

    .gQBWz {
      flex:1;
      width:100%;
      height:100px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      border-radius:16px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:start;
      background-color:var(--NG-Backgrund-secondary, #1F2E52);
    }

    .coWOAi {
      color:inherit;
    }

    .dMFYTN {
      color:var(--color-text-primary, #E5E5E5);
      width:250px;
      font-size:1.125rem;
      text-align:center;
      font-weight:var(--font-weight-semi-bold);
    }

    .dTNTds {
      gap:10px;
      flex:1;
      align-items:center;
      flex-direction:column;
      justify-content:start;
    }

    .dysqmz {
      color:var(--NG-Secondary, #0095EC);
    }

    .dcYYlo {
      gap:10px;
      width:100%;
      align-items:start;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1300px) {

    .dcYYlo {
      width:100%;
      flex-direction:column;
    }
    }

    .ddPpMm {
      gap:10px;
      width:100%;
      flex-direction:column;
    }

    .ddmTEz {
      height:40px;
      min-width:150px;
      align-items:center;
      border-radius:20px;
      justify-content:center;
    }

    .ddmTEz.selected {
      z-index:1;
      outline-color:var(--NG-Affiliate, #720ADA);
      outline-style:solid;
      outline-width:2px;
      background-color:var(--NG-Background, #09131B);
    }

    .ddmTEz:hover {
      background-color:var(--NG-Affiliate, #720ADA);
    }

    .bweeVC {
      width:100%;
      z-index:1;
      margin-bottom:-30px;
    }

    .cvDSTj {
      width:100%;
      height:100%;
      z-index:100;
      max-height:40px;
      align-items:center;
      padding-top:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:space-between;
    }

    @media (max-width: 1000px) {

    .cvDSTj {
      gap:10px;
      height:fit-content;
      max-height:fit-content;
      flex-direction:column;
    }
    }

    .dqxlvA {
      color:var(--NG-Text-secondary-light, #6D7E96);
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .eUJVHk {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .eUJVHk:hover {
      color:var(--NG-WhiteMain, #E1EEF2);
    }

    .epOdVR {
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .hZRTz {
      gap:20px;
      color:var(--NG-Secondary, #0095EC);
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 468px) {

    .hZRTz {
      gap:5px;
      flex-direction:column;
    }
    }

    .eYwRSk {
      color:var(--grey-200);
      padding:8px;
      font-size:0.75rem;
      max-width:256px;
      border-radius:6px;
      background-color:var(--grey-800);
    }

    .dOuyFK {
      flex:1;
      height:100%;
      flex-direction:row;
    }

    .dalcrL {
      flex:1;
      width:100%;
      height:100vh;
      position:sticky;
      max-width:250px;
      transition:opacity 100ms linear 100ms,max-width 200ms ease-in-out 100ms;
      align-items:start;
      justify-content:center;
      background-color:var(--NG-Background-primary, #131525);
    }

    .dalcrL.collapsed {
      max-width:50px;
      transition:max-width 200ms ease-in-out 300ms;
    }

    @media (max-width: 768px) {

    .dalcrL {
      display:none;
    }
    }

    .fBFywj {
      flex-direction:column;
    }

    .fvApha {
      color:var(--NG-MainText, #E1EEF2);
      width:100%;
      height:60px;
      align-items:center;
      padding-top:5px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:center;
    }

    .cNKwUK {
      color:var(--NG-Secondary, #0095EC);
      height:fit-content;
      align-items:center;
      padding-top:10px;
      padding-left:10px;
      border-radius:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:center;
    }

    .cNKwUK.selected {
      outline-color:var(--NG-Primary, #07E4BB);
      outline-style:solid;
      outline-width:0px;
    }

    .cNKwUK:hover {
      color:var(--NG-WhiteMain, #E1EEF2);
      outline-color:var(--NG-Affiliate, #720ADA);
      outline-style:solid;
      outline-width:2px;
    }

    .eoDTZe {
      left:0px;
      width:2px;
      height:50%;
      position:absolute;
      box-shadow:3px 0px 7px 2px var(--NG-Affiliate,#720ADA);
      border-radius:10px;
      background-color:var(--NG-Affiliate, #720ADA);
    }

    .cBeLKu {
      flex:1;
      color:inherit;
      width:150px;
      display:inline-block;
      padding-left:10px;
      padding-right:10px;
    }

    .cBeLKu.selected {
      color:var(--NG-WhiteMain, #E1EEF2);
    }

    .dvbByL {
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
    }

    .cVuZIY {
      flex:1;
      color:var(--NG-MainText, #E1EEF2);
      width:150px;
      display:inline-block;
      padding-left:10px;
      padding-right:10px;
    }

    .dZLkbv {
      color:var(--NG-Affiliate, #720ADA);
      align-items:center;
      padding-top:10px;
      padding-left:10px;
      border-radius:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:center;
    }

    .dZLkbv.selected {
      outline-color:var(--NG-Primary, #07E4BB);
      outline-style:solid;
      outline-width:2px;
    }

    .dZLkbv:hover {
      outline-color:var(--NG-Affiliate, #720ADA);
      outline-style:solid;
      outline-width:2px;
    }

    .dZcAYH {
      color:var(--color-text-secondary, #A3A3A3);
      display:inline-block;
    }

    .ewqYzE {
      gap:20px;
      width:100%;
      height:60px;
      overflow-x:hidden;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      margin-bottom:10px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:center;
    }

    .dzCvOg {
      color:#ff1f1fff;
    }

    .bqlcVL {
      gap:20px;
      flex:1;
      width:100%;
      overflow-x:hidden;
      overflow-y:scroll;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .fqtqM {
      left:5%;
      width:90%;
      height:0px;
      display:flex;
      align-items:center;
      outline-color:var(--NG-Affiliate, #720ADA);
      outline-style:solid;
      outline-width:1px;
      flex-direction:column;
      justify-content:center;
    }

    .NttNG {
      width:100%;
      height:80px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .faqzSB {
      width:100%;
      height:100%;
      z-index:100;
      max-height:80px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      justify-content:space-between;
    }

    .cMXDlx {
      align-items:end;
      justify-content:start;
    }

    .eMDFMN {
      color:var(--NG-Affiliate, #720ADA);
      height:100%;
      align-items:center;
      padding-left:10px;
      border-radius:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:center;
    }

    .eMDFMN.selected {
      outline-color:var(--NG-Primary, #07E4BB);
      outline-style:solid;
      outline-width:2px;
    }

    .eMDFMN:hover {
      outline-color:var(--NG-Affiliate, #720ADA);
      outline-style:solid;
      outline-width:2px;
    }

    @media (max-width: 768px) {

    .eMDFMN {
      display:none;
    }
    }

    @media (max-width: 768px) {

    .eombOY {
      display:none;
    }
    }

    .fpRgcR {
      gap:10px;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .cfqKRN {
      flex-direction:row;
    }

    .vbklQ {
      flex:1;
      color:var(--NG-MainText, #E1EEF2);
      display:inline-block;
      padding-left:10px;
      padding-right:10px;
    }

    .fnNQZI {
      color:var(--color-text-primary, #E5E5E5);
      font-size:1rem;
      font-weight:var(--font-weight-bold);
    }

    .NuTwk {
      width:48px;
      height:48px;
      max-width:100%;
      object-fit:cover;
      border-radius:32px;
      outline-color:#ffffff;
      outline-style:solid;
      outline-width:0.5px;
    }

    .vSSmT {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .ctEqyS {
      gap:10px;
      flex:1;
      width:100%;
      height:100%;
      transition:opacity 100ms linear 100ms,max-width 200ms ease-in-out 100ms;
      align-items:start;
      flex-direction:column;
      justify-content:center;
    }

    .ctEqyS.collapsed {
      height:fit-content;
      max-width:50px;
      transition:max-width 200ms ease-in-out 300ms;
    }

    @media (min-width: 769px) {

    .ctEqyS {
      display:none;
    }
    }

    .ffbLhs {
      flex:1;
    }

    .fvYoUj {
      padding-top:1vh;
      padding-left:1vh;
      padding-right:1vh;
      padding-bottom:1vh;
    }

    .byyEHv {
      width:100%;
      height:80px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .byyEHv.collapsed {
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .zMVXD {
      top:0px;
      left:0px;
      width:90%;
      height:100%;
      z-index:10000;
      position:fixed;
      max-width:300px;
      align-items:center;
      justify-content:center;
      background-color:var(--NG-Background-primary);
    }

    .bHMVuZ {
      gap:20px;
      flex:1;
      width:100%;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .bdcHfz {
      width:90%;
      height:100%;
      align-items:start;
      justify-content:start;
    }

    .cepxKB {
      gap:20px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .eBRzLf {
      color:var(--NG-WhiteMain, #E1EEF2);
      width:100px;
      display:flex;
      font-size:0.75rem;
      appearance:none;;
      align-items:start;
      padding-top:8px;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
      text-align-last:center;
    }

    .eBRzLf:hover {
      outline-color:var(--NG-Affiliate, #720ADA);
      outline-style:solid;
      outline-width:2px;
    }

    .dRioaT {
      flex:1;
      height:100%;
    }

    .cDnOTA {
      width:100%;
      height:100%;
      flex-direction:column;
      background-color:inherit;
    }

    .cDnOTA.stage {
      box-shadow:0px 0px 10px 3px var(--NG-Affiliate,#720ADA) inset;
    }

    .cDnOTA.env_error {
      box-shadow:0px 0px 10px 3px var(--NG-Attention, #F84242) inset;
    }